home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-17 | 278 b | 16 lines |
- .c.o:
- sc $(CFLAGS) $<
-
- .asm.o:
- asm $(AFLAGS) $<
-
- CFLAGS = OPT OptInL OptInLocal nostkchk noversion mccons
- LFLAGS = sc sd stripdebug
-
- LIBS = lib:sc.lib lib:amiga.lib lib:debug.lib
-
- all: Play
-
- Play: Play.o Play_rev.o
- slink lib:c.o Play.o Play_rev.o to $@ lib $(LIBS) $(LFLAGS)
-